From: Richard M. Stallman Date: Fri, 12 Nov 1993 22:16:44 +0000 (+0000) Subject: (rmail-summary-edit-map): Inherit text-mode-map properly. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94070 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae06ea79c817b855e68347eb43f8b84b61458150;p=emacs.git (rmail-summary-edit-map): Inherit text-mode-map properly. --- diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index efeccb9adde..95d99a2d0f5 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -827,7 +827,7 @@ Instead, all of the Rmail Mode commands are available, plus: (if rmail-summary-edit-map nil (setq rmail-summary-edit-map - (nconc (make-sparse-keymap) (cdr text-mode-map))) + (nconc (make-sparse-keymap) text-mode-map)) (define-key rmail-summary-edit-map "\C-c\C-c" 'rmail-cease-edit) (define-key rmail-summary-edit-map "\C-c\C-]" 'rmail-abort-edit))